home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / extensions / samples / README < prev    next >
Text File  |  1996-11-11  |  1KB  |  40 lines

  1.  
  2.  
  3. This directory contain a Makefile and source code for sample programs using
  4. OpenGL extensions shipped in Irix5.3 and patch154 for RealityEngine.  Most
  5. of the programs require a RealityEngine running Irix5.3 with patch154.
  6. You can either compile all programs using just "make" or compile the
  7. individual programs by "make program_name".
  8.  
  9. The programs are (the source is <program_name>.c):
  10.  
  11.     Program          Extensions used
  12.     ===============      ===============
  13.     ConvSharpenBlur   convolution, histogram and minmax
  14.     lens          subtexture and texture_color_table
  15.       - Note: can be used with the image file pictures.rgb described
  16.       below.
  17.     mkCurRd          make_current_read
  18.     surfgrid      polygon_offset
  19.     videobub      video_source (requires Sirius Video)
  20.     vidtogfx      video_source (requires Sirius Video)
  21.     viedeowarp      video_source (requires Sirius Video)
  22.     volspin          texture3D
  23.  
  24. Each program accepts the -h(elp) option and the algorithm used is documents
  25. in the source.
  26. In addition to the source files for the individual programs, this directory
  27. contains the following:
  28.     Makefile
  29.     util.c - various utility procedures shared by the example programs 
  30.     xwindow.c - share X interface procedures.
  31.     util.h, xwindow.h - include file for the procedures and constants
  32.         defined in the corresponding .c files.
  33.     pictures.rgb - an sgi rgb format image that can be use as the source
  34.         image for the lens sample program.
  35.  
  36. If you have questions regarding these programs, please send mail to
  37. ziv@sgi.com
  38.  
  39. Ziv Gigus
  40.